home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / crash_du.swf / scripts / DefineSprite_300 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  108 b   |  7 lines

  1. if(_parent._parent.currentJump == 3)
  2. {
  3.    gotoAndStop("finished");
  4.    trace("we\'re done");
  5. }
  6. stop();
  7.